home *** CD-ROM | disk | FTP | other *** search
- on empresas
- repeat with n = 32 down to 19
- if the clickOn = n then
- go((2 * n) - 28)
- end if
- end repeat
- end
-
- on textos
- set i to the frame
- set h to (i - 11) * 2
- puppetSprite(4, 1)
- repeat with n = 38 down to 35
- if the clickOn = n then
- set the castNum of sprite 4 to n + 216 + h
- end if
- end repeat
- play frame 35
- end
-
- on texsis
- puppetSprite(7, 1)
- repeat with n = 38 down to 35
- if the clickOn = n then
- set the castNum of sprite 7 to n + 252
- end if
- end repeat
- go(the frame - 1)
- go(61)
- end
-
- on textem
- puppetSprite(7, 1)
- repeat with n = 38 down to 35
- if the clickOn = n then
- set the castNum of sprite 7 to n + 256
- end if
- end repeat
- go(63)
- end
-
- on texvideo
- puppetSprite(4, 1)
- repeat with n = 37 down to 35
- if the clickOn = n then
- set the castNum of sprite 4 to n + 244
- end if
- end repeat
- go("rolvideo")
- end
-